home *** CD-ROM | disk | FTP | other *** search
/ Workbench Add-On / Workbench Add-On - Volume 1.iso / Dev / Oberon / Catalogs / Italiano / ErrorMessages.ct (.txt) < prev    next >
Amiga Catalog Translation file  |  1995-06-20  |  30KB  |  975 lines

  1. ## version $VER: ErrorMessages.ct 1.1 (15-Jun-95) by Edmondo Tommasina
  2. ## language italiano
  3. ## codeset 0
  4. ;=========================================================================
  5. ;     $RCSfile: ErrorMessages.cd $
  6. ;  Description: Catalog description file for compiler error messages
  7. ;   Created by: ferr (Johan Ferreira)
  8. ;    $Revision: 1.2 $
  9. ;      $Author: fjc $
  10. ;        $Date: 1995/06/13 23:27:37 $
  11. ;=========================================================================
  12. ;A. Incorrect use of language Oberon
  13. ;Undeclared identifier
  14. msgErr0
  15. Identificatore non dichiarato
  16. ;Undeclared identifier
  17. ;Multiply defined identifier
  18. msgErr1
  19. Identificatore ridichiarato
  20. ;Multiply defined identifier
  21. ;Illegal character in number
  22. msgErr2
  23. Carattere illegale nel numero
  24. ;Illegal character in number
  25. ;Illegal character in string
  26. msgErr3
  27. Carattere illegale nella stringa
  28. ;Illegal character in string
  29. ;Identifier does not match procedure name
  30. msgErr4
  31. Identificatore non corrisponde al nome della procedura
  32. ;Identifier does not match procedure name
  33. ;Comment not closed
  34. msgErr5
  35. Commento non chiuso
  36. ;Comment not closed
  37. ;"=" expected
  38. msgErr9
  39. Previsto "="
  40. ;"=" expected
  41. ;Identifier expected
  42. msgErr10
  43. Previsto identificatore
  44. ;Identifier expected
  45. ;Type definition starts with incorrect symbol
  46. msgErr12
  47. Definizione del tipo con simbolo iniziale errato
  48. ;Type definition starts with incorrect symbol
  49. ;Factor starts with incorrect symbol
  50. msgErr13
  51. Fattore con simbolo iniziale errato
  52. ;Factor starts with incorrect symbol
  53. ;Statement starts with incorrect symbol
  54. msgErr14
  55. Dichiarazione con simbolo iniziale errato
  56. ;Statement starts with incorrect symbol
  57. ;Declaration followed by incorrect symbol
  58. msgErr15
  59. Dichiarazione seguita da simbolo errato
  60. ;Declaration followed by incorrect symbol
  61. ;MODULE expected
  62. msgErr16
  63. Previsto MODULE
  64. ;MODULE expected
  65. ;Integer constant expected
  66. msgErr17
  67. Prevista castante intera
  68. ;Integer constant expected
  69. ;"." missing
  70. msgErr18
  71. Manca "."
  72. ;"." missing
  73. ;"," missing
  74. msgErr19
  75. Manca ","
  76. ;"," missing
  77. ;":" missing
  78. msgErr20
  79. Manca ":"
  80. ;":" missing
  81. ;")" missing
  82. msgErr22
  83. Manca ")"
  84. ;")" missing
  85. ;"]" missing
  86. msgErr23
  87. Manca "]"
  88. ;"]" missing
  89. ;"}" missing
  90. msgErr24
  91. Manca "}"
  92. ;"}" missing
  93. ;OF missing
  94. msgErr25
  95. Manca OF
  96. ;OF missing
  97. ;THEN missing
  98. msgErr26
  99. Manca THEN
  100. ;THEN missing
  101. ;DO missing
  102. msgErr27
  103. Manca DO
  104. ;DO missing
  105. ;TO missing
  106. msgErr28
  107. Manca TO
  108. ;TO missing
  109. ;"(" missing
  110. msgErr29
  111. Manca "("
  112. ;"(" missing
  113. ;":=" missing
  114. msgErr33
  115. Manca ":="
  116. ;":=" missing
  117. ;"," or OF expected
  118. msgErr34
  119. Manca "," oppure OF
  120. ;"," or OF expected
  121. ;";" missing
  122. msgErr38
  123. Manca ";"
  124. ;";" missing
  125. ;END missing
  126. msgErr40
  127. Manca END
  128. ;END missing
  129. ;UNTIL missing
  130. msgErr43
  131. Manca UNTIL
  132. ;UNTIL missing
  133. ;EXIT not within loop statement
  134. msgErr45
  135. EXIT non all'interno di un loop
  136. ;EXIT not within loop statement
  137. ;Object must be global
  138. msgErr46
  139. Oggetto deve essere globale
  140. ;Object must be global
  141. ;Illegally marked identifier
  142. msgErr47
  143. Identificatore marcato illegalmente
  144. ;Illegally marked identifier
  145. ;Forward declared pointer unsatisfied
  146. msgErr48
  147. Predichiarazione di un puntatore soddisfatta
  148. ;Forward declared pointer unsatisfied
  149. ;Attempting to import self
  150. msgErr49
  151. Tenativo di importare se' stesso
  152. ;Attempting to import self
  153. ;Expression should be constant
  154. msgErr50
  155. Espressione dovrebbe essere costante
  156. ;Expression should be constant
  157. ;Constant not an integer
  158. msgErr51
  159. Costante non intera
  160. ;Constant not an integer
  161. ;Identifier does not denote a type
  162. msgErr52
  163. Identificatore non denota un tipo
  164. ;Identifier does not denote a type
  165. ;Identifier does not denote a record type
  166. msgErr53
  167. Identificatore non denota un tipo record
  168. ;Identifier does not denote a record type
  169. ;Result type of procedure is not a basic type
  170. msgErr54
  171. Tipo risulatante della procedura non e' un tipo base
  172. ;Result type of procedure is not a basic type
  173. ;Procedure call of a function
  174. msgErr55
  175. Chiamata di una funzione come procedura
  176. ;Procedure call of a function
  177. ;Assignment to non-variable
  178. msgErr56
  179. Assegnamento a una non-variabile
  180. ;Assignment to non-variable
  181. ;Pointer not bound to record or array type
  182. msgErr57
  183. Puntatore non diretto a un tipo record o array
  184. ;Pointer not bound to record or array type
  185. ;Recursive type definition
  186. msgErr58
  187. Definizione di un tipo ricorsiva
  188. ;Recursive type definition
  189. ;Illegal open array parameter
  190. msgErr59
  191. Parametro per array aperto illegale
  192. ;Illegal open array parameter
  193. ;Wrong type of case label
  194. msgErr60
  195. Tipo errato di case label
  196. ;Wrong type of case label
  197. ;Inadmissible type of case label
  198. msgErr61
  199. Tipo inammissibile di case label
  200. ;Inadmissible type of case label
  201. ;Case label defined more than once
  202. msgErr62
  203. Case label ridichiarato
  204. ;Case label defined more than once
  205. ;Index out of bounds
  206. msgErr63
  207. Indice fuori dai limiti
  208. ;Index out of bounds
  209. ;More actual than formal parameters
  210. msgErr64
  211. Troppi parametri attuali di formali
  212. ;More actual than formal parameters
  213. ;Fewer actual than formal parameters
  214. msgErr65
  215. Insufficienti parametri attuali di attuali
  216. ;Fewer actual than formal parameters
  217. ;Element types of actual array and formal open array differ
  218. msgErr66
  219. Differenti tipi di elementi di array attuali e array aperti formali
  220. ;Element types of actual array and formal open array differ
  221. ;Actual parameter corresponding to open array is not an array
  222. msgErr67
  223. Parametro attuale corrispondente a un array aperto non e' un array
  224. ;Actual parameter corresponding to open array is not an array
  225. ;Array bound out of range
  226. msgErr68
  227. Termine dell'array fuori dal limite
  228. ;Array bound out of range
  229. ;Index out of specified bounds
  230. msgErr81
  231. Indice fuori dai limiti specificati
  232. ;Index out of specified bounds
  233. ;Object being indexed is not an array
  234. msgErr82
  235. Oggetto indirizzato non e' un array
  236. ;Object being indexed is not an array
  237. ;Undefined record field
  238. msgErr83
  239. Campo di un record non definito
  240. ;Undefined record field
  241. ;Dereferenced variable is not a pointer
  242. msgErr84
  243. Variabile riferita non e' un puntatore
  244. ;Dereferenced variable is not a pointer
  245. ;Guard or test type is not an extension of variable type
  246. msgErr85
  247. Guardia o tipo di prova non e' un estensione del tipo di variabile
  248. ;Guard or test type is not an extension of variable type
  249. ;Guard or test type is not a pointer
  250. msgErr86
  251. Guardio o tipo di prova non e' un puntatore
  252. ;Guard or test type is not a pointer
  253. ;Guarded or tested variable is neither a pointer nor a VAR-parameter record
  254. msgErr87
  255. Variable testata non e' un puntatore e neppure un parametr record VAR
  256. ;Guarded or tested variable is neither a pointer nor a VAR-parameter record
  257. ;x IN y : constant x is out of range (0 <= p < 32)
  258. msgErr91
  259. x IN y : costante x fuori dai limiti (0 <= p < 32)
  260. ;x IN y : constant x is out of range (0 <= p < 32)
  261. ;Operand of IN not an integer, or not a set
  262. msgErr92
  263. Operando di IN non intero o insieme
  264. ;Operand of IN not an integer, or not a set
  265. ;Set element type is not an integer
  266. msgErr93
  267. Elemento dichiarato non e' di tipo intero
  268. ;Set element type is not an integer
  269. ;Operand of & is not of type BOOLEAN
  270. msgErr94
  271. Operando di & non di tipo BOOLEAN
  272. ;Operand of & is not of type BOOLEAN
  273. ;Operand of OR is not of type BOOLEAN
  274. msgErr95
  275. Operando di OR non di tipo BOOLEAN
  276. ;Operand of OR is not of type BOOLEAN
  277. ;Operand not applicable to (unary) +
  278. msgErr96
  279. Operando non applicabile a +
  280. ;Operand not applicable to (unary) +
  281. ;Operand not applicable to (unary) -
  282. msgErr97
  283. Operando non applicabile a -
  284. ;Operand not applicable to (unary) -
  285. ;Operand of ~ is not of type BOOLEAN         
  286. msgErr98
  287. Operando di ~ non di tipo BOOLEAN
  288. ;Operand of ~ is not of type BOOLEAN         
  289. ;Incompatible operands of dyadic operator
  290. msgErr100
  291. Operandi di operatore dyadic incompatibile
  292. ;Incompatible operands of dyadic operator
  293. ;Operand type inapplicable to *
  294. msgErr101
  295. Tipo di operando inapplicabile a *
  296. ;Operand type inapplicable to *
  297. ;Operand type inapplicable to /
  298. msgErr102
  299. Type di operando inapplicabile a /
  300. ;Operand type inapplicable to /
  301. ;Operand type inapplicable to DIV
  302. msgErr103
  303. Tipo di operando inapplicabile a DIV
  304. ;Operand type inapplicable to DIV
  305. ;Operand type inapplicable to MOD
  306. msgErr104
  307. o di operando inapplicabile a MOD
  308. ;Operand type inapplicable to MOD
  309. ;Operand type inapplicable to +
  310. msgErr105
  311. Tipo di operando inapplicabile a +
  312. ;Operand type inapplicable to +
  313. ;Operand type inapplicable to -
  314. msgErr106
  315. Tipo di operando inapplicabile a -
  316. ;Operand type inapplicable to -
  317. ;Operand type inapplicable to = or #
  318. msgErr107
  319. Tipo di operando inapplicabile a = o #
  320. ;Operand type inapplicable to = or #
  321. ;Operand type inapplicable to relation      
  322. msgErr108
  323. Tipo di operando inapplicabile alla relazione
  324. ;Operand type inapplicable to relation      
  325. ;Arithmetic overflow in constant expression
  326. msgErr109
  327. Overflow aritmetico nell'espressione costante
  328. ;Arithmetic overflow in constant expression
  329. ;Operand is not a type
  330. msgErr110
  331. Operando non e' un tipo
  332. ;Operand is not a type
  333. ;Operand inapplicable to (this) function
  334. msgErr111
  335. Operando non applicabile a (questa) funzione
  336. ;Operand inapplicable to (this) function
  337. ;Operand is not a variable
  338. msgErr112
  339. Operando non e' una variabile
  340. ;Operand is not a variable
  341. ;Incompatible assignment
  342. msgErr113
  343. Assegnamento incompatibile
  344. ;Incompatible assignment
  345. ;String too long to be assigned
  346. msgErr114
  347. Stringa troppo lunga per essere assegnata
  348. ;String too long to be assigned
  349. ;Parameter doesn't match
  350. msgErr115
  351. Parametro non corrisponde
  352. ;Parameter doesn't match
  353. ;Number of parameters doesn't match
  354. msgErr116
  355. Numero di parametri non corrisponde
  356. ;Number of parameters doesn't match
  357. ;Number of parameters doesn't match
  358. msgErr117
  359. Numero di parametri non corrisponde
  360. ;Number of parameters doesn't match
  361. ;Result type doesn't match
  362. msgErr118
  363. Tipo risultante non corrisponde
  364. ;Result type doesn't match
  365. ;Procedure is not assignable
  366. msgErr119
  367. Procedura non assegnabile
  368. ;Procedure is not assignable
  369. ;Type of expression following IF, WHILE, UNTIL, or ASSERT is not BOOLEAN
  370. msgErr120
  371. Tipo di espressione seguita da IF, WHILE, UNTIL o ASSERT non e' BOOLEAN
  372. ;Type of expression following IF, WHILE, UNTIL, or ASSERT is not BOOLEAN
  373. ;Called object is not a procedure (or is an interrupt procedure)
  374. msgErr121
  375. Oggetto chiamato non e' una procedura (o e' una procedura interrupt)
  376. ;Called object is not a procedure (or is an interrupt procedure)
  377. ;Actual VAR-parameter is not a variable
  378. msgErr122
  379. Parametro attuale VAR non e' una variabile
  380. ;Actual VAR-parameter is not a variable
  381. ;Type of actual parameter is not identical with that of formal VAR-parameter
  382. msgErr123
  383. Tipo del parametro attuale non uguale con quello del parametro formale VAR
  384. ;Type of actual parameter is not identical with that of formal VAR-parameter
  385. ;Type of result expression differs from that of procedure
  386. msgErr124
  387. Type dell'espression risultante diverso da quello della procedura
  388. ;Type of result expression differs from that of procedure
  389. ;Type of case expression is neither INTEGER nor CHAR
  390. msgErr125
  391. Tipo dell'espressione case non INTEGER e CHAR
  392. ;Type of case expression is neither INTEGER nor CHAR
  393. ;Illegal mode of operand
  394. msgErr126
  395. Modo illegale di operando
  396. ;Illegal mode of operand
  397. ;Illegal mode of addressed operand
  398. msgErr127
  399. Modo illegale di operando indirizzato
  400. ;Illegal mode of addressed operand
  401. ;Forward declared procedure not implemented
  402. msgErr129
  403. Procedure predichiarata non implementata
  404. ;Forward declared procedure not implemented
  405. ;WITH clause does not specify a variable
  406. msgErr130
  407. WITH non specifica una variabile
  408. ;WITH clause does not specify a variable
  409. ;LEN not applied to array
  410. msgErr131
  411. LEN non applicato a un array
  412. ;LEN not applied to array
  413. ;Dimension in LEN too large or negative
  414. msgErr132
  415. Dimensione in LEN troppo grande o negativa
  416. ;Dimension in LEN too large or negative
  417. ;Key inconsistency of imported module
  418. msgErr150
  419. Inconsistenza delle chiavi nol modulo importato
  420. ;Key inconsistency of imported module
  421. ;Incorrect symbol file
  422. msgErr151
  423. Symbol file errato
  424. ;Incorrect symbol file
  425. ;Symbol file of imported module not found
  426. msgErr152
  427. Non trovato il symbol file del modulo importato
  428. ;Symbol file of imported module not found
  429. ;Object or symbol file not opened (disk full?)
  430. msgErr153
  431. Non aperto oggetto o symbol file (disco pieno?)
  432. ;Object or symbol file not opened (disk full?)
  433. ;Generation of new symbol file not allowed
  434. msgErr155
  435. Non permessa la generazione di un nuovo symbol file
  436. ;Generation of new symbol file not allowed
  437. ;String in symbol file
  438. msgErr156
  439. Stringa nel symbol file
  440. ;String in symbol file
  441. ;Symbol file tag illegal
  442. msgErr157
  443. Etichetta del symbol file illegale
  444. ;Symbol file tag illegal
  445. ;B. Limitations of implementation
  446. ;Set element greater than MAX(SET) or less than 0
  447. msgErr202
  448. Elemento del set maggiore di MAX(SET) o minore di 0
  449. ;Set element greater than MAX(SET) or less than 0
  450. ;Number too large
  451. msgErr203
  452. Numero troppo grande
  453. ;Number too large
  454. ;Division by zero
  455. msgErr205
  456. Divisione per zero
  457. ;Division by zero
  458. ;Too much variable space needed
  459. msgErr209
  460. Necessario troppo spazio per variabili
  461. ;Too much variable space needed
  462. ;Buffer for identifiers and strings full
  463. msgErr212
  464. Pieno il buffer per gli identificatori e le stringhe
  465. ;Buffer for identifiers and strings full
  466. ;Too many exit statements
  467. msgErr214
  468. Troppe dichiarazioni di uscita
  469. ;Too many exit statements
  470. ;Not enough registers: simplify expression
  471. msgErr215
  472. Insufficiente numero di registri: semplica l'espressione
  473. ;Not enough registers: simplify expression
  474. ;Object is not a register item
  475. msgErr216
  476. Oggetto non e' un item di registro
  477. ;Object is not a register item
  478. ;Illegal value of parameter  (0 <= p < 15)
  479. msgErr219
  480. Valore del parametro illegale (0 <= p < 15)
  481. ;Illegal value of parameter  (0 <= p < 15)
  482. ;String cannot be exported / too many pointers in a record
  483. msgErr221
  484. La stringa non puo' essere esportata / troppi puntatori nel record
  485. ;String cannot be exported / too many pointers in a record
  486. ;Too many pointer types
  487. msgErr224
  488. Troppi tipi di puntatori
  489. ;Too many pointer types
  490. ;Too many exported procedures
  491. msgErr226
  492. Troppe procedure esportate
  493. ;Too many exported procedures
  494. ;Too many imported modules
  495. msgErr227
  496. Troppi moduli importati
  497. ;Too many imported modules
  498. ;Too many exported structures
  499. msgErr228
  500. Troppe strutture esportate
  501. ;Too many exported structures
  502. ;Too many nested records for import
  503. msgErr229
  504. Troppi record annidati da importare
  505. ;Too many nested records for import
  506. ;Too many constants (strings) in module
  507. msgErr230
  508. Troppe costanti (stringe) nel module
  509. ;Too many constants (strings) in module
  510. ;Code buffer overflow
  511. msgErr231
  512. Overflow del buffer per il codice
  513. ;Code buffer overflow
  514. ;Type descriptor buffer overflow
  515. msgErr233
  516. Overflow del buffer per la descrizione del tipo
  517. ;Type descriptor buffer overflow
  518. ;Too many external libraries
  519. msgErr234
  520. Troppe librerie esterne
  521. ;Too many external libraries
  522. ;Global variables not accessable
  523. msgErr235
  524. ;Global variables not accessable
  525. ;Type extension is too deep (max 15 extension levels)
  526. msgErr236
  527. ;Type extension is too deep (max 15 extension levels)
  528. ;C. Compiler Warnings - Amiga specific
  529. ;Parameter must be an exportable procedure or procedure variable
  530. msgErr300
  531. Il paramentro deve essere una procedura variabile o esportabile
  532. ;Parameter must be an exportable procedure or procedure variable
  533. ;Procedure must be paramaterless and typeless
  534. msgErr301
  535. La procedura deve essere senza parametri e senza tipo
  536. ;Procedure must be paramaterless and typeless
  537. ;Parameter must be a procedure variable
  538. msgErr302
  539. Il parametro deve essere una procedura variabile
  540. ;Parameter must be a procedure variable
  541. ;Library procedure must have a receiver parameter.
  542. msgErr303
  543. La procedura della libreria deve avere un parametro ricevente
  544. ;Library procedure must have a receiver parameter.
  545. ;Library procedure receiver cannot be VAR parameter.
  546. msgErr304
  547. La procedura della libreria non puo' essere un parametro di tipo VAR
  548. ;Library procedure receiver cannot be VAR parameter.
  549. ;Receiver cannot be an imported type.
  550. msgErr305
  551. Il ricevitore non puo' essere un tipo importato
  552. ;Receiver cannot be an imported type.
  553. ;Receiver type must be a pointer type.
  554. msgErr306
  555. Il ricevitore deve essere un punatore
  556. ;Receiver type must be a pointer type.
  557. ;Receiver type must be a record type.
  558. msgErr307
  559. Il ricevitore deve essere un tipo record
  560. ;Receiver type must be a record type.
  561. ;Receiver type must be a C pointer type.
  562. msgErr308
  563. Il ricevitore deve essere un tipo C pointer
  564. ;Receiver type must be a C pointer type.
  565. ;Name buffer overflow
  566. msgErr310
  567. Overflow del buffer del nome
  568. ;Name buffer overflow
  569. ;Library procedure cannot be used in this manner
  570. msgErr311
  571. La procedura di libreria non puo' essere utilizzata cosi'
  572. ;Library procedure cannot be used in this manner
  573. ;Global variables too large to zero (> 260kB)
  574. msgErr312
  575. Variabili globali troppo distanti da zero (> 260kB)
  576. ;Global variables too large to zero (> 260kB)
  577. ;Union type cannot have a base type
  578. msgErr313
  579. Tipo union non puo' avere un tipo base
  580. ;Union type cannot have a base type
  581. ;Control variable of FOR loop must be an integer type
  582. msgErr314
  583. La variabile di controllo per un ciclo FOR deve essere intera
  584. ;Control variable of FOR loop must be an integer type
  585. ;Start and end values of FOR loop must be integers
  586. msgErr315
  587. Valore iniziale e finale di un ciclo FOR devono essere intere
  588. ;Start and end values of FOR loop must be integers
  589. ;Step value of FOR loop must be non-zero
  590. msgErr316
  591. Il valore di incremento per un ciclo FOR deve essere diverso da zero
  592. ;Step value of FOR loop must be non-zero
  593. ;Start, end or step value(s) too large for control variable of FOR loop
  594. msgErr317
  595. Valore di inizio, fine o incremento troppo grandi per questo ciclo FOR
  596. ;Start, end or step value(s) too large for control variable of FOR loop
  597. ;Sign of step value is wrong for given start and end values.
  598. msgErr318
  599. Il segno del valore di incremento e errato per i valori di inizio e fine.
  600. ;Sign of step value is wrong for given start and end values.
  601. ;ASSERT (x,n): constant x evaluates to FALSE, should be HALT (n)
  602. msgErr319
  603. ASSERT (x,n): costante x valutata FALSE, dovrebbe essere HALT (n)
  604. ;ASSERT (x,n): constant x evaluates to FALSE, should be HALT (n)
  605. ;ASSERT (x,n): constant x evaluates to TRUE, statement is meaningless
  606. msgErr320
  607. ASSERT (x,n): costante x valutata TRUE, dichiarazione inutile
  608. ;ASSERT (x,n): constant x evaluates to TRUE, statement is meaningless
  609. ;Illegal mode in array index calculation
  610. msgErr322
  611. Modo illegale del calcolo dell'indice dell'array
  612. ;Illegal mode in array index calculation
  613. ;Cannot alias imported strings > 1 character
  614. msgErr323
  615. Non si puo' dire altrimenti della stringa importata > 1 carattere
  616. ;Cannot alias imported strings > 1 character
  617. ;Operations that modify read-only variables are not allowed
  618. msgErr324
  619. Operazioni che modificano le variabili solo leggibili non sono permesse
  620. ;Operations that modify read-only variables are not allowed
  621. ;Open arrays are restricted to pointer base types, element types of open arrays and formal parameter types
  622. msgErr325
  623. Array aperti sono ristretti a puntatori di tipo base, tipi di elementi di array aperti e paramentri formali
  624. ;Open arrays are restricted to pointer base types, element types of open arrays and formal parameter types
  625. ;CPointers and BPointers to open arrays are not yet implemented
  626. msgErr326
  627. CPointer e BPointer a array aperti non sono per ora implementati
  628. ;CPointers and BPointers to open arrays are not yet implemented
  629. ;Control variable must be a simple variable local to the procedure or module
  630. msgErr327
  631. La variabile di controllo deve essere locale alla procedura o al modulo
  632. ;Control variable must be a simple variable local to the procedure or module
  633. ;Integer expression expected
  634. msgErr328
  635. Prevista una espressione intera
  636. ;Integer expression expected
  637. ;Type-bound procedure has the same name as a record field
  638. msgErr329
  639. Procedura diretta a un tipo ha lo stesso nome come un campo del record
  640. ;Type-bound procedure has the same name as a record field
  641. ;Redefined procedure must be exported
  642. msgErr330
  643. La procedura ridefinita deve essere esportata
  644. ;Redefined procedure must be exported
  645. ;Cannot assign a type-bound procedure
  646. msgErr331
  647. Non si puo' assegnare una procedura diretta a un tipo
  648. ;Cannot assign a type-bound procedure
  649. ;Super-call only allowed for receiver parameter
  650. msgErr332
  651. Super-chiamata permessa solo a un parametro ricevitore
  652. ;Super-call only allowed for receiver parameter
  653. ;Super-call not defined for base type
  654. msgErr333
  655. Super-chiamata non definita per un tipo base
  656. ;Super-call not defined for base type
  657. ;Module name too long (limit 26 characters)
  658. msgErr334
  659. Nome del modulo troppo lungo (massimo 26 caratteri)
  660. ;Module name too long (limit 26 characters)
  661. ;RETURN statement missing in function procedure
  662. msgErr335
  663. Manca il comando RETURN nella procedura
  664. ;RETURN statement missing in function procedure
  665. ;Parameter cannot be a vararg
  666. msgErr336
  667. Il parametro non puo' essere vararg
  668. ;Parameter cannot be a vararg
  669. ;Vararg parameter must be the last parameter
  670. msgErr337
  671. Il parametro vararg deve essere l'ultimo parametro
  672. ;Vararg parameter must be the last parameter
  673. ;Parameter does not denote a pointer or record type
  674. msgErr338
  675. Il parametro non denota un puntatore o un tipo record
  676. ;Parameter does not denote a traced pointer or record type
  677. ;SYSTEM.NEW cannot be used to allocate this type, use NEW instead
  678. msgErr339
  679. SYSTEM.NEW non puo' essere utilizzato per allocare questo tipo, usa NEW
  680. ;SYSTEM.NEW cannot be used to allocate this type, use NEW instead
  681. ;Formal parameter must include a register specification
  682. msgErr340
  683. I parametri formali devono includere una specificazione di registro
  684. ;Formal parameter must include a register specification
  685. ;Cannot assign a foreign procedure
  686. msgErr341
  687. Non si puo' assegnare una procedura esterna
  688. ;Cannot assign a foreign procedure
  689. ;External name (string) expected
  690. msgErr342
  691. Previsto nome (stringa) esterno
  692. ;External name (string) expected
  693. ;Foreign procedures cannot be forward declared
  694. msgErr343
  695. Procedure esterne e LibCalls non possono essere predichiarate
  696. ;Foreign procedures and LibCalls cannot be forward declared
  697. ;Foreign procedure cannot be bound to a type
  698. msgErr344
  699. Procedure esterne non possono essere direzionate a un tipo
  700. ;Foreign procedure cannot be bound to a type
  701. ;Cannot copy open arrays when SaveAllRegs is set.
  702. msgErr345
  703. Non si puo' aprire un array quando SaveAllRegs e' marcato.
  704. ;Cannot copy open arrays when SaveAllRegs is set
  705. ;Illegal character in in-line command
  706. msgErr346
  707. Carattere illegale nel comando in-line
  708. ;Illegal character in in-line command
  709. ;Unrecognised in-line command
  710. msgErr347
  711. Comando in-line non riconosciuto
  712. ;Unrecognised in-line command
  713. ;Pragma or option specifier ["+"|"-"] missing.
  714. msgErr348
  715. Manca lo specificatore ["+"|"-"] o il pragma
  716. ;Pragma or option specifier ["+"|"-"] missing.
  717. ;Pragma stack empty
  718. msgErr349
  719. Stack del pragma vuoto
  720. ;Pragma stack empty
  721. ;ELSIF, ELSE or END without matching IF
  722. msgErr350
  723. ELSIF, ELSE o END senza IF
  724. ;ELSIF, ELSE or END without matching IF
  725. ;Pragmas and options are not interchangeable
  726. msgErr351
  727. Pragmas e opzioni non sono intercambiabili
  728. ;Pragmas and options are not interchangeable
  729. ;Variable cannot be used as a base for a LibCall
  730. msgErr352
  731. La variabile non puo' essere usata come base per una LibCall
  732. ;Variable cannot be used as a base for a LibCall
  733. ;Illegal value for system flag
  734. msgErr353
  735. Valore illegale per il system flag
  736. ;Illegal value for system flag
  737. ;Traced type cannot extend untraced type, and vice-versa
  738. msgErr354
  739. Tipo tracciato non puo' estendere un tipo non-tracciato, e viceversa
  740. ;Traced type cannot extend untraced type, and vice-versa
  741. ;Untraced record cannot contain traced fields
  742. msgErr355
  743. Tipo non-tracciato non puo' contenere campi tracciati
  744. ;Untraced record cannot contain traced fields
  745. ;Tagged type not allowed
  746. msgErr356
  747. Tipi etichettati non permessi
  748. ;Tagged type not allowed
  749. ;Options not permitted after MODULE keyword
  750. msgErr357
  751. Opzioni non permesse dopo MODULE
  752. ;Options not permitted after MODULE keyword
  753. ;Pragma must start with '<*$'
  754. msgErr358
  755. Il pragma deve cominciare con '<*$'
  756. ;Pragma must start with '<*$'
  757. ;Error in inline command or pragma
  758. msgErr359
  759. Errore nel comando inline o nel pragma
  760. ;Error in inline command or pragma
  761. ;D. Oberon-Amiga specific
  762. ;Not implemented yet
  763. msgErr900
  764. Non implementato per ora
  765. ;Not implemented yet
  766. ;Register parameters only allowed in LibCall procedure
  767. msgErr901
  768. Parametro registro solo permesso nella procedura LibCall
  769. ;Register parameters only allowed in LibCall procedure
  770. ;Illegal type for register specification
  771. msgErr902
  772. Tipo illegale per specificazione registro
  773. ;Illegal type for register specification
  774. ;Illegal register number
  775. msgErr903
  776. Numero registro illegale
  777. ;Illegal register number
  778. ;Parameter type is too big for register
  779. msgErr904
  780. Tipo di parametro troppo grande per registro
  781. ;Parameter type is too big for register
  782. ;LibCallSpec only allowed for library procedure
  783. msgErr905
  784. LibCallSpec solo permesso per procedura library
  785. ;LibCallSpec only allowed for library procedure
  786. ;Function offset must be integer
  787. msgErr906
  788. Offset della funzione deve essere intero
  789. ;Function offset must be integer
  790. ;Library base variable must be pointer type
  791. msgErr907
  792. Base della libreria deve essere un puntatore
  793. ;Library base variable must be pointer type
  794. ;Language extensions not allowed when portableCode switch is on
  795. msgErr915
  796. Estensione del linguaggio non permessa quando si usa portableCode
  797. ;Language extensions not allowed when STANDARD option is OFF
  798. ;String constants not allowed when createObj switch is off
  799. msgErr916
  800. Stringhe costanti non permesse quando createObj e' spento
  801. ;String constants not allowed when createObj switch is off
  802. ;Tagged record types not allowed when createObj switch is off
  803. msgErr917
  804. Record etichettati non permessi quando createObj e' spento
  805. ;Tagged record types not allowed when createObj switch is off
  806. ;Variables not allowed when createObj switch is off
  807. msgErr918
  808. Variabili non permesse quando createObj e' spento
  809. ;Variables not allowed when createObj switch is off
  810. ;Procedure or module body not allowed when createObj switch is off
  811. msgErr919
  812. Procedure o module body non permesso quando createObj e' spento
  813. ;Procedure or module body not allowed when createObj switch is off
  814. ;Cannot import module with object code when createObj switch is off
  815. msgErr920
  816. Importazione di moduli vietata quando createObj e' spento
  817. ;Cannot import module with object code when createObj switch is off
  818. ;Too many search paths specified
  819. msgErr922
  820. Troppi sentieri di ricerca specificati
  821. ;Too many search paths specified
  822. ;Feature not properly tested
  823. msgErr923
  824. Possibilita' non testata alla perfezione
  825. ;Feature not properly tested
  826. ;Underscores in identifiers not permitted when STANDARD option is on
  827. msgErr924
  828. Sottolineamento di identificatori non permesso quando si usa STANDARD
  829. ;Underscores in identifiers not permitted when STANDARD option is on
  830. ;E1. The following are internal compiler errors.  If you see one of
  831. ;    these, something is seriously wrong.  Report the bug immediately.
  832. ;    EC 950 is use to describe 951 - 999.
  833. ;Internal error -
  834. msgErr950
  835. Internal error -
  836. ;Internal error -
  837. ;attempt to free an unused register
  838. msgErr951
  839. attempt to free an unused register
  840. ;attempt to free an unused register
  841. ;illegal reference type
  842. msgErr952
  843. illegal reference type
  844. ;illegal reference type
  845. ;wrong number of operands for opcode
  846. msgErr953
  847. wrong number of operands for opcode
  848. ;wrong number of operands for opcode
  849. ;address alignment error
  850. msgErr954
  851. address alignment error
  852. ;address alignment error
  853. ;branch too large
  854. msgErr955
  855. branch too large
  856. ;branch too large
  857. ;addressing mode error
  858. msgErr956
  859. addressing mode error
  860. ;addressing mode error
  861. ;data size error
  862. msgErr957
  863. data size error
  864. ;data size error
  865. ;error in operand
  866. msgErr958
  867. error in operand
  868. ;error in operand
  869. ;illegal reference size specified
  870. msgErr959
  871. illegal reference size specified
  872. ;illegal reference size specified
  873. ;block length must be a constant
  874. msgErr960
  875. block length must be a constant
  876. ;block length must be a constant
  877. ;patching past end of code buffer
  878. msgErr961
  879. patching past end of code buffer
  880. ;patching past end of code buffer
  881. ;addressing string not in constant buffer
  882. msgErr962
  883. addressing string not in constant buffer
  884. ;addressing string not in constant buffer
  885. ;no pointer to open array descriptor
  886. msgErr963
  887. no pointer to open array descriptor
  888. ;no pointer to open array descriptor
  889. ;reference name missing
  890. msgErr964
  891. reference name missing
  892. ;reference name missing
  893. ;type-bound procedure missing
  894. msgErr965
  895. type-bound procedure missing
  896. ;type-bound procedure missing
  897. ;dereferencing NIL pointer
  898. msgErr966
  899. dereferencing NIL pointer
  900. ;dereferencing NIL pointer
  901. ;procedure return overlaps allocated registers
  902. msgErr967
  903. procedure return overlaps allocated registers
  904. ;procedure return overlaps allocated registers
  905. ;E2. Internal error - unrecognised case in CASE statement
  906. ;    EC 1000 is used to describe 1001 - 1099.
  907. ;Internal error - unrecognised case in CASE statement:
  908. msgErr1000
  909. Internal error - unrecognised case in CASE statement:
  910. ;Internal error - unrecognised case in CASE statement:
  911. ;OCS.Get
  912. msgErr1001
  913. OCS.Get
  914. ;OCS.Get
  915. ;OCT.Import / CASE obj.typ.form
  916. msgErr1002
  917. OCT.Import / CASE obj.typ.form
  918. ;OCT.Import / CASE obj.typ.form
  919. ;OCT.Import / CASE class (far inner)
  920. msgErr1003
  921. OCT.Import / CASE class (far inner)
  922. ;OCT.Import / CASE class (far inner)
  923. ;OCT.Import / CASE class (inner)
  924. msgErr1004
  925. OCT.Import / CASE class (inner)
  926. ;OCT.Import / CASE class (inner)
  927. ;OCT.Import / CASE class (outer)
  928. msgErr1005
  929. OCT.Import / CASE class (outer)
  930. ;OCT.Import / CASE class (outer)
  931. ;OCT.OutStr
  932. msgErr1006
  933. OCT.OutStr
  934. ;OCT.OutStr
  935. ;OCT.OutObj
  936. msgErr1007
  937. OCT.OutObj
  938. ;OCT.OutObj
  939. ;OCC.PutArg
  940. msgErr1008
  941. OCC.PutArg
  942. ;OCC.PutArg
  943. ;OCE.RealMath
  944. msgErr1009
  945. OCE.RealMath
  946. ;OCE.RealMath
  947. ;OCE.MOp
  948. msgErr1010
  949. OCE.MOp
  950. ;OCE.MOp
  951. ;OCE.CheckOverflow
  952. msgErr1011
  953. OCE.CheckOverflow
  954. ;OCE.CheckOverflow
  955. ;OCE.Op / CASE f
  956. msgErr1012
  957. OCE.Op / CASE f
  958. ;OCE.Op / CASE f
  959. ;OCE.Op / CASE op
  960. msgErr1013
  961. OCE.Op / CASE op
  962. ;OCE.Op / CASE op
  963. ;OCP.StPar1
  964. msgErr1014
  965. OCP.StPar1
  966. ;OCP.StPar1
  967. ;OCP.StPar2
  968. msgErr1015
  969. OCP.StPar2
  970. ;OCP.StPar2
  971. ;OCH.Assign
  972. msgErr1016
  973. OCH.Assign
  974. ;OCH.Assign
  975.